Update Install.rst#758
Conversation
Since 1.24.5: "ddev composer create is deprecated. Use ddev composer create-project."
|
Seems there was a bug in the new command which was just solved with 1.24.7: The old command is not gone...it was "only" deprecated on 14th May 2025. IMO I would wait until we change that everywhere |
|
I think it is time to move forward with this change since DDEV is currently at version 1.25.2 and the previous issues have been resolved. The command should be updated globally across the documentation to maintain consistency. The deprecated ddev composer create command is still used in other locations, including the Step-by-Step Guide (https://docs.typo3.org/m/typo3/guide-step-by-step/main/en-us/10GettingStarted/10Installation/30SetUpTYPO3WithDDEV/SetUpTypo3WithDdev.html) and the Core API Reference (https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Administration/Installation/ComposerMode/Index.html#installation-composer). Updating all occurrences at once would ensure the documentation remains unified. It makes sense to keep this open until the other sections are addressed as well. |
Since 1.24.5: "ddev composer create is deprecated. Use ddev composer create-project."
Do we still need a separate note for 1.24.5 or a before/after comparison?
Hint: The command is also listed again at the bottom of the page.